FToasterStyle.inherit constructor
FToasterStyle.inherit({
- required FColors colors,
- required FTypography typography,
- required FStyle style,
Creates a FToasterStyle that inherits its properties.
Implementation
FToasterStyle.inherit({required FColors colors, required FTypography typography, required FStyle style})
: this(
toastStyle: FToastStyle.inherit(colors: colors, typography: typography, style: style),
);