InAppDebuggerIcon constructor
const
InAppDebuggerIcon({
- Key? key,
- required ScreenEdge? currentEdge,
- required double iconSize,
- required bool isShowingFunctions,
- required void setIsShowingFunctions(
- bool newValue
- required EdgeInsets showingFunctionsPadding,
- required void addOverlay(),
- required void removeOverlay(),
- required void runMinimalInAppIconSizeAnimation(),
Implementation
const InAppDebuggerIcon({
Key? key,
required ScreenEdge? currentEdge,
required this.iconSize,
required this.isShowingFunctions,
required this.setIsShowingFunctions,
required this.showingFunctionsPadding,
required this.addOverlay,
required this.removeOverlay,
required this.runMinimalInAppIconSizeAnimation,
}) : _currentEdge = currentEdge,
super(key: key);