menu
entao_hare package
documentation
dash/dash.dart
DashPage
setTitle method
setTitle method
dark_mode
light_mode
setTitle
method
void
setTitle
(
Widget
title
)
Implementation
void setTitle(Widget title) { appBar?.title = title; appBar?.updateState(); }
entao_hare package
documentation
dash/dash
DashPage
setTitle method
DashPage class