AppNavLayout constructor
Implementation
AppNavLayout(
super.title, {
bool titleBarToolsLeft = true,
double? titleBarToolsIndent,
}) : _titleBarToolsLeft = titleBarToolsLeft,
_titleBarToolsIndent = titleBarToolsIndent;
AppNavLayout(
super.title, {
bool titleBarToolsLeft = true,
double? titleBarToolsIndent,
}) : _titleBarToolsLeft = titleBarToolsLeft,
_titleBarToolsIndent = titleBarToolsIndent;