NsgLightAppBar constructor
const
NsgLightAppBar({
- Key? key,
- String title = 'Заголовок',
- List<
NsgLigthAppBarIcon> leftIcons = const [], - List<
NsgLigthAppBarIcon> rightIcons = const [], - List<
NsgLigthAppBarIcon> centerIcons = const [], - NsgLigthAppBarStyle style = const NsgLigthAppBarStyle(),
- void onTap()?,
- EdgeInsets? padding,
- EdgeInsets centerIconPadding = const EdgeInsets.only(right: 0, left: 0),
Implementation
const NsgLightAppBar({
super.key,
this.title = 'Заголовок',
this.leftIcons = const [],
this.rightIcons = const [],
this.centerIcons = const [],
this.style = const NsgLigthAppBarStyle(),
this.onTap,
this.padding,
this.centerIconPadding = const EdgeInsets.only(right: 0, left: 0),
});