FluentDropdownStyle constructor
const
FluentDropdownStyle({
- WidgetStateProperty<
Color?> ? backgroundColor, - WidgetStateProperty<
Color?> ? foregroundColor, - WidgetStateProperty<
Color?> ? placeholderColor, - WidgetStateProperty<
Color?> ? borderColor, - WidgetStateProperty<
double?> ? borderWidth, - WidgetStateProperty<
BorderRadius?> ? borderRadius, - WidgetStateProperty<
Color?> ? underlineColor, - WidgetStateProperty<
Color?> ? accentColor, - WidgetStateProperty<
double?> ? accentWidth, - WidgetStateProperty<
TextStyle?> ? textStyle, - WidgetStateProperty<
EdgeInsetsGeometry?> ? padding, - WidgetStateProperty<
double?> ? gap, - WidgetStateProperty<
Color?> ? chevronColor, - WidgetStateProperty<
double?> ? chevronSize, - WidgetStateProperty<
EdgeInsetsGeometry?> ? chevronPadding, - WidgetStateProperty<
Size?> ? minimumSize, - WidgetStateProperty<
MouseCursor?> ? mouseCursor, - WidgetStateProperty<
Color?> ? surfaceColor, - WidgetStateProperty<
Color?> ? surfaceBorderColor, - WidgetStateProperty<
double?> ? surfaceBorderWidth, - WidgetStateProperty<
BorderRadius?> ? surfaceRadius, - WidgetStateProperty<
EdgeInsetsGeometry?> ? surfacePadding, - WidgetStateProperty<
double?> ? surfaceGap, - WidgetStateProperty<
List< ? surfaceShadow,BoxShadow> ?> - WidgetStateProperty<
double?> ? surfaceMaxHeight, - WidgetStateProperty<
double?> ? surfaceOffset,
Creates a style. Omitted properties inherit.
Implementation
const FluentDropdownStyle({
this.backgroundColor,
this.foregroundColor,
this.placeholderColor,
this.borderColor,
this.borderWidth,
this.borderRadius,
this.underlineColor,
this.accentColor,
this.accentWidth,
this.textStyle,
this.padding,
this.gap,
this.chevronColor,
this.chevronSize,
this.chevronPadding,
this.minimumSize,
this.mouseCursor,
this.surfaceColor,
this.surfaceBorderColor,
this.surfaceBorderWidth,
this.surfaceRadius,
this.surfacePadding,
this.surfaceGap,
this.surfaceShadow,
this.surfaceMaxHeight,
this.surfaceOffset,
});