KREPAS
◥◣ ◢◤
 
 
:csgo_headshot:
Screenshot Showcase
Counter-Strike 2
Comments
KREPAS 8 Feb, 2022 @ 3:58am 
U watch this rep your mother is FXUK UP SO ♥♥♥♥
KREPAS 31 Oct, 2021 @ 9:49am 
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
title: Text('snack Bar'),
centerTitle: true,
),
body: MySnackBar(),
);
}
}

class MySnackBar extends StatelessWidget {
const MySnackBar({Key? key}) : super(key: key);

@override
Widget build(BuildContext context) {
return Center(
child: RaisedButton(
child: Text('Clickde to see the Message'),
onPressed: () {
ScaffoldMessenger.of(context).showSnackBar(SnackBar(
content: Text(
'Snack Bar 내용출력',
textAlign: TextAlign.center,
style: TextStyle(color: Colors.white),
),
backgroundColor: Colors.blue,
duration: Duration(milliseconds: 3000),
));
},
),
);
}
}
BOBMAT 25 Nov, 2013 @ 3:36am 
+rep Thanks for gift trading.