navigation_rail:Flutter 的导航栏

时间:2024-06-18 03:51:16
【文件属性】:

文件名称:navigation_rail:Flutter 的导航栏

文件大小:1.01MB

文件格式:ZIP

更新时间:2024-06-18 03:51:16

Dart

导航轨道 如何使用导航栏的示例。 材料规格: : 演示: : 例子 import 'package:flutter/material.dart' ; import 'package:navigation_rail/navigation_rail.dart' ; void main () => runApp ( MyApp ()); class MyApp extends StatelessWidget { @override Widget build ( BuildContext context) { return MaterialApp ( debugShowCheckedModeBanner : false , title : 'NavigationRail Demo' , theme : _theme ( ThemeD


网友评论