flutter_custom_selector library
Classes
- CustomBottomSheetButton
-
CustomBottomSheetSelector<
T> -
CustomMultiSelectDropdownActions<
T> -
CustomMultiSelectDropdownItem<
T> - A model class used to represent a selectable item.
-
CustomMultiSelectField<
T> -
CustomSingleSelectField<
T>
Enums
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