ChalonaGridHeader constructor

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

Implementation

ChalonaGridHeader({
  this.title,
  super.child,
  super.decoration,
  super.width,
  super.alignment,
  super.padding,
  super.style,
});