columns method

int columns({
  1. int compact = 1,
  2. int medium = 2,
  3. int expanded = 3,
})

Implementation

int columns({int compact = 1, int medium = 2, int expanded = 3}) {
  return value(compact: compact, medium: medium, expanded: expanded);
}