PageType enum Null safety
Constructors
- PageType()
-
const
Values
- fullPort → const PageType
-
全屏(竖屏)
const PageType(0)
- fullLand → const PageType
-
全屏(横屏)
const PageType(1)
- dialogPort → const PageType
-
弹窗(竖屏)
const PageType(2)
- dialogLand → const PageType
-
"弹窗(横屏)
const PageType(3)
- dialogBottom → const PageType
-
底部弹窗
const PageType(4)
- customView → const PageType
-
自定义View
const PageType(5)
- customXml → const PageType
-
自定义View(Xml)
const PageType(6)
- customGif → const PageType
-
自定义背景GIF
const PageType(7)
- customMOV → const PageType
-
自定义背景视频
const PageType(8)
- customPIC → const PageType
-
自定义背景图片
const PageType(9)
Properties
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