setActions method
Sets the actions for the navigation rail.
The actions parameter should be a list of NavRailButton widgets.
Implementation
void setActions(List<NrButtonWidget> actions) {
setState(() {
_actions = actions;
});
}
Sets the actions for the navigation rail.
The actions parameter should be a list of NavRailButton widgets.
void setActions(List<NrButtonWidget> actions) {
setState(() {
_actions = actions;
});
}