DebugOptions class

This class contains that control the debug options of the app for use it in App main class and configure MaterialApp

Constructors

DebugOptions({bool showPerformanceOverlay = false, bool debugShowMaterialGrid = false, bool checkerboardRasterCacheImages = false, bool checkerboardOffscreenLayers = false, bool showSemanticsDebugger = false, bool debugShowCheckedModeBanner = false})
const

Properties

checkerboardOffscreenLayers bool
final
checkerboardRasterCacheImages bool
final
debugShowCheckedModeBanner bool
final
debugShowMaterialGrid bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPerformanceOverlay bool
final
showSemanticsDebugger bool
final

Methods

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

Operators

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