menu
plume package
documentation
widget/head.dart
HeaderSmall
HeaderSmall.new const constructor
HeaderSmall.new const constructor
dark_mode
light_mode
HeaderSmall
constructor
const
HeaderSmall
(
{
Key
?
key
,
required
String
title
,
})
Implementation
const HeaderSmall({ Key? key, required this.title, }) : super(key: key);
plume package
documentation
widget/head
HeaderSmall
HeaderSmall.new const constructor
HeaderSmall class