FrostedGlassPaintBottomBar constructor

const FrostedGlassPaintBottomBar({
  1. Key? key,
  2. required PaintingEditorState paintEditor,
})

Implementation

const FrostedGlassPaintBottomBar({
  super.key,
  required this.paintEditor,
});