ScreenConfig class

Config something of the new feed screen like: Scaffold background...

Constructors

ScreenConfig({required Color backgroundColor, required Widget loadingWidget, Widget? emptyWidget})
const

Properties

backgroundColor Color
final
emptyWidget Widget?
when no result, can customize the empty widget
final
hashCode int
The hash code for this object.
no setterinherited
loadingWidget Widget
All of content video will load from network, this is screen loading not video loading
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited