|
|
|
@ -1,6 +1,7 @@
|
|
|
|
|
import 'dart:typed_data';
|
|
|
|
|
import 'dart:ui' as ui;
|
|
|
|
|
|
|
|
|
|
import 'package:akuCommunity/constants/app_theme.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
import 'package:flutter/rendering.dart';
|
|
|
|
|
import 'package:flutter/services.dart';
|
|
|
|
@ -30,7 +31,8 @@ class _VisitorPassportPageState extends State<VisitorPassportPage> {
|
|
|
|
|
GlobalKey _repaintKey = GlobalKey();
|
|
|
|
|
@override
|
|
|
|
|
Widget build(BuildContext context) {
|
|
|
|
|
return Scaffold(
|
|
|
|
|
return AnnotatedRegion<SystemUiOverlayStyle>(
|
|
|
|
|
child: Scaffold(
|
|
|
|
|
backgroundColor: Color(0xFF333333),
|
|
|
|
|
appBar: AppBar(
|
|
|
|
|
brightness: Brightness.dark,
|
|
|
|
@ -147,6 +149,8 @@ class _VisitorPassportPageState extends State<VisitorPassportPage> {
|
|
|
|
|
},
|
|
|
|
|
child: '发送给访客'.text.bold.make(),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
value: SystemStyle.yellowBottomBar,
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|