diginotescreen
preview_view
PreviewView
PreviewView const constructor
PreviewView
PreviewView
constructor
Null safety
const
PreviewView
(
{
Key
?
key
,
required
String
screenToken
}
)
Implementation
const PreviewView({Key? key, required this.screenToken}) : super(key: key);
diginotescreen
preview_view
PreviewView
PreviewView const constructor
PreviewView class
Constructors
PreviewView
Properties
hashCode
key
runtimeType
screenToken
Methods
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==