ScreenImpl class Null safety

화면 위젯들의 제목을 가져올 필요가 있을때(앱바의 타이틀 등), 라우팅을 위해 모든 화면 위젯들은 이 인터페이스를 상속해야합니다.

Implementers

Constructors

ScreenImpl()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
title String
화면의 제목입니다.
read-only

Methods

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

Operators

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

Constants

routeName → const String
화면의 내비게이터 routeName입니다.
"/"