StyledWidget constructor
const
StyledWidget({})
Constructor for a styled widget.
Takes a Style object and an optional inherit flag.
Implementation
const StyledWidget({
Style? style,
super.key,
this.inherit = false,
required this.orderOfModifiers,
}) : style = style ?? const Style.empty();