WebPageBase class abstract

Calls the child widget to be displayed in the webpage

Inheritance
Mixed in types
Implementers
Available Extensions

Constructors

WebPageBase(WebPageBaseController webPageBaseController, {Key? key, String? title})
'Nothing' is displayed if a Webpage controller is not provided.

Properties

hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
opacity double
The State object's current opacity.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenSize Size?
Determine the current screen size.
no setterinherited
scrollController ScrollController?
The State object's Scroll Controller
no setterinherited
scrollPosition double
The State object's Scroll Position
no setterinherited
title String?
finalinherited
webPageBaseController WebPageBaseController
final

Methods

bottomBar(BuildContext context, [WebPageWidget? widget]) Column?
Possible bottom bar
builder(BuildContext context) Widget
Create the webpage using this widget if necessary.
buildList(BuildContext context) List<Widget>
Create a list of Widgets for a webpage using this widget if necessary.
createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
popupScreen(BuildContext context, {required String title, required String text, required String name, Widget? image, bool interactive = true, EdgeInsetsGeometry? margin, Decoration? decoration, EdgeInsetsGeometry? padding, CrossAxisAlignment? crossAxisAlignment, TextStyle? titleStyle, TextStyle? textStyle}) Widget
Supply a 'popup' screen that zooms in on the screen.
screenOverlay(BuildContext context) StackWidgetProperties?
Possible Screen overlay
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited
uriBrowse(String? uri, {bool? forceSafariVC, bool? forceWebView, bool? enableJavaScript, bool? enableDomStorage, bool? universalLinksOnly, Map<String, String>? headers, Brightness? statusBarBrightness, String? webOnlyWindowName}) Future<bool>
Display an external webpage.
inherited

Operators

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