DefaultIconParkProps constructor

const DefaultIconParkProps({
  1. Key? key,
  2. IconParkProps? props,
  3. required Widget child,
})

Implementation

const DefaultIconParkProps({super.key, this.props, required super.child});