RothkoStatesLGaSelect constructor

RothkoStatesLGaSelect({
  1. List<String>? options,
  2. BuildContext? context,
  3. List? mainOptions,
  4. required void onStateChanged(
    1. String?
    ),
  5. required void onLGAChanged(
    1. String?
    ),
  6. DropDownSize? size,
  7. AutovalidateMode? autovalidateMode,
  8. String? selected,
  9. String? hintText,
  10. bool? focused = false,
  11. bool? readonly = false,
  12. dynamic onTap()?,
  13. double? spaceBetween,
  14. String? LgaValidator(
    1. String?
    )?,
  15. bool? enabled = true,
  16. Widget? suffixIcon,
  17. String? labelText,
  18. String? labelText2,
  19. Color? labelTextColor,
  20. String? validator(
    1. String
    )?,
  21. double? labelTextSize,
  22. BorderSide? customBorder,
  23. double? width,
})

Implementation

RothkoStatesLGaSelect(
    {this.options,
    this.context,
    this.mainOptions,
    required this.onStateChanged,
    required this.onLGAChanged,
    this.size,
    this.autovalidateMode,
    this.selected,
    this.hintText,
    this.focused = false,
    this.readonly = false,
    this.onTap,
    this.spaceBetween,
    this.LgaValidator,
    this.enabled = true,
    this.suffixIcon,
    this.labelText,
    this.labelText2,
    this.labelTextColor,
    this.validator,
    this.labelTextSize,
    this.customBorder,
    this.width});