AppNavLayout constructor

AppNavLayout(
  1. String title, {
  2. bool titleBarToolsLeft = true,
  3. double? titleBarToolsIndent,
})

Implementation

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