center_body

Creator: coderz1093

Last updated:

0 purchases

center_body Image
center_body Images

Languages

Categories

Add to Cart

Description:

center body

Features #

A basic widget with a message and icon for the center of a scaffold
Typically used for quickly showing that there is "nome" of some type of list view

Usage #
import 'package:flutter/material.dart';
import 'package:center_body/center_body.dart';

class CenterBodyExample extends StatelessWidget {
const CenterBodyExample({super.key});

@override
Widget build(BuildContext context) => const Scaffold(
body: CenterBody(
message: "No Projects",
icon: Icons.work_off_rounded
),
);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.