Cleanup code

This commit is contained in:
Moe Poi ~ 2022-05-10 07:21:09 +07:00
parent 5fcad717ed
commit 77fcdae8b9

View file

@ -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,