ShowBrickButton constructor

const ShowBrickButton({
  1. required Widget adjustBrick(
    1. Widget brick
    ),
  2. required String adjustmentLabel,
})

Implementation

const ShowBrickButton({
  required this.adjustBrick,
  required this.adjustmentLabel
});