Skip to content

Instantly share code, notes, and snippets.

@shafayathossain
Created October 20, 2025 13:19
Show Gist options
  • Select an option

  • Save shafayathossain/569b7a8a8bb55d4497ef85c2828cb71a to your computer and use it in GitHub Desktop.

Select an option

Save shafayathossain/569b7a8a8bb55d4497ef85c2828cb71a to your computer and use it in GitHub Desktop.
Flutter Preview - Preview Function
@Preview(
name: 'Simple Widget',
)
Widget previewSimpleWidget() {
return Center(
child: SimpleWidget(
text: "Settings",
icon: Icons.settings,
),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment