UIProTheme constructor
const
UIProTheme({
- Key? key,
- required UIProThemeData data,
- required Widget child,
Creates a UIProTheme widget.
The data and child arguments must not be null.
Implementation
const UIProTheme({super.key, required this.data, required super.child});