NUIToolbar constructor
NUIToolbar({})
Implementation
NUIToolbar({
required this.content,
this.backgroundColor = NUIColors.NUIWhite,
this.buttonSize = 36,
this.titleGravity = Alignment.centerLeft,
this.titlePadding = 10,
this.decoration,
this.toolbarHeight = 48,
this.leftButton,
this.rightButton,
Key? key
}) : super(key: key);