GridFixed constructor

GridFixed(
  1. CSSLengthValue length, {
  2. List<String> leadingLineNames = const <String>[],
  3. List<String> trailingLineNames = const <String>[],
  4. bool isAutoFit = false,
})

Implementation

GridFixed(
  this.length, {
  super.leadingLineNames,
  super.trailingLineNames,
  super.isAutoFit,
});