class KitAppBar extends StatelessWidget implements PreferredSizeWidget {
KitAppBar._({Key? key}) : super(key: key);
KitAppBar.simple(this._title, {this.transparent = false, this.actions, Key? key}): super(key: key);
KitAppBar.withUpButton(this._title, {this.transparent = false, this.actions, Key? key}): super(key: key) {
KitAppBar.withDrawerButton(this._title, {this.transparent = false, this.actions, Key? key}): super(key: key) {}