gridRowsSizing property
The string for the CSS grid-template-rows property.
This property is only applicable for auto-layout frames with layoutMode: "GRID".
Implementation
@JsonKey(includeIfNull: false)
@override
final String? gridRowsSizing;
The string for the CSS grid-template-rows property.
This property is only applicable for auto-layout frames with layoutMode: "GRID".
@JsonKey(includeIfNull: false)
@override
final String? gridRowsSizing;