ChalonaGridCellFace constructor

ChalonaGridCellFace({
  1. Widget? child,
  2. Decoration? decoration,
  3. double? width,
  4. Alignment? alignment,
  5. EdgeInsetsGeometry? padding,
  6. TextStyle? style,
})

Implementation

ChalonaGridCellFace({
  this.child,
  this.decoration,
  this.width,
  this.alignment,
  this.padding,
  this.style,
});