utils/utils library
Constants
- borderRadius → const double
- isSelectionDone → const String
- selectedList → const String
Properties
- borderColor ↔ Color
-
getter/setter pair
- disabledFieldBackgroundShadowColor ↔ Color
-
getter/setter pair
- earningFieldBackgroundShadowColor ↔ Color
-
getter/setter pair
- errorColor ↔ Color
-
getter/setter pair
- labelColor ↔ Color
-
getter/setter pair
Functions
-
defaultTextStyle(
{double fontSize = 15, FontWeight fontWeight = FontWeight.w400, String? fontFamily, TextDecoration decoration = TextDecoration.none, Color color = Colors.black, FontStyle fontStyle = FontStyle.normal}) → TextStyle -
inputFieldBorder(
{Color? color}) → InputBorder -
postCheckBox(
{required String checkBoxText, required void onPressed()?, required bool value}) → Widget