equalColumns method
Replaces the columns with count equally sized fr(1) tracks.
Throws an ArgumentError when count is less than one.
Implementation
GridBoxStyler equalColumns(int count) =>
columns(_equalFractionalColumns(count));
Replaces the columns with count equally sized fr(1) tracks.
Throws an ArgumentError when count is less than one.
GridBoxStyler equalColumns(int count) =>
columns(_equalFractionalColumns(count));