Commit 461f61f9 authored by Dasun Madushanka's avatar Dasun Madushanka

Update empty_state.dart

parent 2f3a66d9
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
class EmptyState extends StatelessWidget { class EmptyState extends StatelessWidget {
final String title, message, age, mage; final String title, message, age, mage;//add varibles
EmptyState({this.title, this.message, this.age, this.mage}); EmptyState({this.title, this.message, this.age, this.mage});
//format of the empty screen view
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Material( return Material(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment