style property
LayoutComponentStyle?
get
style
inherited
Implementation
LayoutComponentStyle? get style => _style;
set
style
(LayoutComponentStyle? style)
inherited
Implementation
set style(LayoutComponentStyle? style) {
_style = style;
styleId = style?.id ?? Core.missingId;
if (style != null) {
setupStyle(style);
}
}