TGridSize constructor

const TGridSize({
  1. int? sm,
  2. int? md,
  3. int? lg,
})

Creates a responsive grid size.

Implementation

const TGridSize({this.sm, this.md, this.lg});