isDropdownFilled static method
bool
isDropdownFilled(
- BuildContext context, {
- UpStyle? override,
- UpStyle? style,
- UpColorType? colorType,
Implementation
static bool isDropdownFilled(
BuildContext context, {
UpStyle? override,
UpStyle? style,
UpColorType? colorType,
}) {
return style?.dropdownFilledColor != null ? true : false;
}