menu
MBG_Inspektionen
widgets/rotating.dart
Rotating
Rotating.new const constructor
Rotating.new
dark_mode
light_mode
Rotating
constructor
const
Rotating
(
{
required
Widget
child
,
Key
?
key
,
})
Implementation
const Rotating({required this.child, Key? key}) : super(key: key);
MBG_Inspektionen
rotating
Rotating
Rotating.new const constructor
Rotating class