Skip to content

Instantly share code, notes, and snippets.

View hakburi's full-sized avatar
💭
I may be slow to respond.

SungHak hakburi

💭
I may be slow to respond.
View GitHub Profile
class PlatformSwitch extends StatefulWidget {
PlatformSwitch();
@override
_PlatformSwitchState createState() => _PlatformSwitchState();
}
class _PlatformSwitchState extends State<PlatformSwitch> {
bool _value = false;