FSelectStyleDelta.delta constructor
const
FSelectStyleDelta.delta({
- FTextFieldStyleDelta? fieldStyle,
- FSelectSearchStyleDelta? searchStyle,
- FSelectContentStyleDelta? contentStyle,
- TextStyleDelta? emptyTextStyle,
Creates a partial modification of a FSelectStyle.
Parameters
- FSelectStyle.fieldStyle - The select field's style.
- FSelectStyle.searchStyle - The search's style.
- FSelectStyle.contentStyle - The content's style.
- FSelectStyle.emptyTextStyle - The default text style when there are no results.
Implementation
const factory FSelectStyleDelta.delta({
FTextFieldStyleDelta? fieldStyle,
FSelectSearchStyleDelta? searchStyle,
FSelectContentStyleDelta? contentStyle,
TextStyleDelta? emptyTextStyle,
}) = _FSelectStyleDelta;