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

_blocContext = context; _blocContext = context;
return Scaffold( return Scaffold(
appBar: AppBar( appBar: AppBar(
centerTitle: true,
title: Text("Điều khiển thiết bị"), title: Text("Điều khiển thiết bị"),
), ),
body: BlocProvider<DeviceBloc>( body: BlocProvider<DeviceBloc>(

Loading…
Cancel
Save