gridRowsSizing property

  1. @JsonKey.new(includeIfNull: false)
  2. @override
String? gridRowsSizing
final

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;