HexagonWidgetBuilder constructor

HexagonWidgetBuilder({
  1. Key? key,
  2. double? elevation,
  3. Color? color,
  4. double? padding,
  5. double? cornerRadius,
  6. Widget? child,
})

Implementation

HexagonWidgetBuilder({
  this.key,
  this.elevation,
  this.color,
  this.padding,
  this.cornerRadius,
  this.child,
});