menu
flutter_thirukural package
documentation
view/widgets/thirukural_wrapper.dart
ThirukuralWrapper
ThirukuralWrapper.new const constructor
ThirukuralWrapper.new const constructor
dark_mode
light_mode
ThirukuralWrapper
constructor
const
ThirukuralWrapper
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const ThirukuralWrapper({ super.key, required this.child, });
flutter_thirukural package
documentation
view/widgets/thirukural_wrapper
ThirukuralWrapper
ThirukuralWrapper.new const constructor
ThirukuralWrapper class