BottomInlineStyle constructor

BottomInlineStyle({
  1. Color? unfillColor,
  2. Color? focusColor,
  3. Color? filledColor,
})

Creates a new BottomInlineStyle instance.

All parameters are optional.

Implementation

BottomInlineStyle({this.unfillColor, this.focusColor, this.filledColor});