ColScreen constructor

const ColScreen({
  1. Col? xs,
  2. Col? sm,
  3. Col? md,
  4. Col? lg,
  5. Col? xl,
  6. Col? xxl,
})

Implementation

const ColScreen({
  this.xs,
  this.sm,
  this.md,
  this.lg,
  this.xl,
  this.xxl,
});