VBasePage<T> typedef
- @Deprecated('\nNaming changed to VDefaultPage.\nPlease use VDefaultPage instead of VBasePage')
A page to put in Navigator pages
This is a normal page except that it allows for custom transitions easily.
Implementation
@Deprecated(
'\nNaming changed to VDefaultPage.\nPlease use VDefaultPage instead of VBasePage')
typedef VBasePage<T> = VDefaultPage<T>;