DraftModeUIPageNavigationItemAndroid constructor
const
DraftModeUIPageNavigationItemAndroid({
- Key? key,
- required Widget child,
- required ButtonStyle style,
- bool hasLeadingLabel = false,
- Future<
void> onTap()?,
Implementation
const DraftModeUIPageNavigationItemAndroid({
super.key,
required this.child,
required this.style,
this.hasLeadingLabel = false,
this.onTap,
});