UpConfig constructor
const
UpConfig({
- Key? key,
- required UpThemeData theme,
- required UpAppState flutterUp,
- required dynamic child,
Implementation
const UpConfig({
Key? key,
required this.theme,
required this.flutterUp,
required child,
}) : super(key: key, child: child);