Cleanup code
This commit is contained in:
parent
5fcad717ed
commit
77fcdae8b9
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@ class HideScrollGlow extends ScrollBehavior {
|
|||
}
|
||||
}
|
||||
|
||||
final kHintTextStyle = TextStyle(
|
||||
const kHintTextStyle = TextStyle(
|
||||
color: Colors.white54,
|
||||
fontFamily: 'OpenSans',
|
||||
);
|
||||
|
||||
final kLabelStyle = TextStyle(
|
||||
const kLabelStyle = TextStyle(
|
||||
color: Colors.white,
|
||||
fontWeight: FontWeight.bold,
|
||||
fontFamily: 'OpenSans',
|
||||
|
@ -22,7 +22,7 @@ final kLabelStyle = TextStyle(
|
|||
final kBoxDecorationStyle = BoxDecoration(
|
||||
color: const Color(0xff1b1c1e),
|
||||
borderRadius: BorderRadius.circular(10.0),
|
||||
boxShadow: [
|
||||
boxShadow: const [
|
||||
BoxShadow(
|
||||
color: Colors.black12,
|
||||
blurRadius: 6.0,
|
||||
|
|
Loading…
Add table
Reference in a new issue