OpenWMaterialAppBar constructor

const OpenWMaterialAppBar({
  1. Key? key,
  2. required dynamic nodeState,
  3. required FTextStyle textStyle,
  4. required FGeneralTypeInput title,
  5. required FFill fill,
  6. required List<CNode> children,
})

Implementation

const OpenWMaterialAppBar({
  super.key,
  required this.nodeState,
  required this.textStyle,
  required this.title,
  required this.fill,
  required this.children,
});