Aoi-hosizora / manhuagui_flutter

An unofficial android application for manhuagui, powered by flutter.
https://ghp.aoihosizora.top/manhuagui_flutter/
MIT License
33 stars 2 forks source link

Genre 页的 AppBar 样式 #6

Closed Aoi-hosizora closed 3 years ago

Aoi-hosizora commented 3 years ago

样式没修改

https://github.com/Aoi-hosizora/manhuagui_flutter/blob/1633df4b1f761a0d20e70c061f6fd48069f149de/lib/page/genre.dart#L22-L24

Aoi-hosizora commented 3 years ago

Done.

appBar: AppBar(
  centerTitle: true,
  toolbarHeight: 45,
  title: Text('漫画分类'),
),