FlutterUpConfig constructor

FlutterUpConfig({
  1. Key? key,
  2. required UpThemeData theme,
  3. required dynamic child,
})

Implementation

FlutterUpConfig({
  Key? key,
  required this.theme,
  required child,
}) : super(key: key, child: child);