forked from mirrors/material_3_expressive
Remove unused dynamic field lookup and redundant utility methods; clean up pubspec dependency paths and update READMEs with detailed package guides.
This commit is contained in:
parent
80a27714a6
commit
401dd103a6
30 changed files with 799 additions and 64 deletions
|
|
@ -36,7 +36,6 @@ class RailItem extends StatelessWidget {
|
|||
Widget build(BuildContext context) {
|
||||
final theme = Theme.of(context).extension<NavigationRailM3ETheme>() ??
|
||||
const NavigationRailM3ETheme();
|
||||
final tokens = NavigationRailTokensAdapter(context);
|
||||
final height = destination.short ? theme.itemShortHeight : theme.itemHeight;
|
||||
|
||||
final Widget button = RailItemButtonM3E(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue