底部导航颜色调整

narakuyang
2022-08-08 / 0 评论 / 58 阅读 / 正在检测是否收录...

return AnnotatedRegion(

  value: const SystemUiOverlayStyle(
    //this color must be equal to the WaterDropNavBar backgroundColor
    systemNavigationBarColor: Colors.white, 
    systemNavigationBarIconBrightness: Brightness.dark,
  ),
  child: Scaffold(
    body: // code here
  )

);

0

评论

博主关闭了所有页面的评论