OpenWMaterialAppBar constructor
const
OpenWMaterialAppBar({
- Key? key,
- required dynamic nodeState,
- required FTextStyle textStyle,
- required FGeneralTypeInput title,
- required FFill fill,
- required List<
CNode> children,
Implementation
const OpenWMaterialAppBar({
super.key,
required this.nodeState,
required this.textStyle,
required this.title,
required this.fill,
required this.children,
});