Browse Source

center title control device screen

master
daivph 5 years ago
parent
commit
9440ec8c80
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/presentation/screens/control_device/sc_control_device.dart

+ 1
- 0
lib/presentation/screens/control_device/sc_control_device.dart View File

@@ -22,6 +22,7 @@ class _ControlDeviceScreenState extends State<ControlDeviceScreen> {
_blocContext = context;
return Scaffold(
appBar: AppBar(
centerTitle: true,
title: Text("Điều khiển thiết bị"),
),
body: BlocProvider<DeviceBloc>(

Loading…
Cancel
Save