FTimeFieldStyle.inherit constructor
FTimeFieldStyle.inherit({
- required FColors colors,
- required FTypography typography,
- required FStyle style,
Creates a FTimeFieldStyle that inherits its properties.
Implementation
FTimeFieldStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
: this(
fieldStyle: .inherit(colors: colors, typography: typography, style: style),
popoverStyle: .inherit(colors: colors, style: style),
pickerStyle: .inherit(colors: colors, typography: typography, style: style),
);