DefaultIconParkProps constructor
const
DefaultIconParkProps({
- Key? key,
- IconParkProps? props,
- required Widget child,
Implementation
const DefaultIconParkProps({super.key, this.props, required super.child});