FFNavi constructor
FFNavi({})
Implementation
FFNavi({
Key? key,
this.leading,
this.color,
this.titleView,
this.actionView,
this.height = FFNaviHeight,
this.insetHorizontal = 6,
}) : super(
key: key,
);