Bangladesh class

Inheritance

Constructors

Bangladesh({Key? key, double width = 360.59, double height = 500, bool showName = true, bool showTooltip = true, bool showBorder = true, bool showDivisionBorder = true, bool showDistrictBorder = true, bool isNameUpperCase = true, String rangpurTitle = 'Rangpur', String chattogramTitle = 'Chattogram', String rajshahiTitle = 'Rajshahi', String mymensinghTitle = 'Mymensingh', String sylhetTitle = 'Sylhet', String dhakaTitle = 'Dhaka', String khulnaTitle = 'Khulna', String barishalTitle = 'Barishal', Color? borderColor, Color? divisionBorderColor, Color? districtBorderColor, double? borderStrokeSize, double? divisionStrokeSize, double? districtStrokeSize, Color? dhakaColor, Color? rangpurColor, Color? rajshahiColor, Color? khulnaColor, Color? sylhetColor, Color? barisalColor, Color? chittagongColor, Color? mymensinghColor, String? tooltipMsgRangpur, double animationScaleFactor = 1, VoidCallback? onTapRangpur, double? tooltipHeight, double? tooltipVerticalOffset, Decoration? tooltipDecoration, Duration? tooltipDuration, Duration? tooltipWaitDuration, TooltipTriggerMode? tooltipTriggerMode, TextStyle? tooltipTextStyle, TextStyle? nameTextStyle, InlineSpan? tooltipRichMsgRangpur, EdgeInsetsGeometry? tooltipPadding, EdgeInsetsGeometry? tooltipMargin, VoidCallback? onTapRajshahi, String? tooltipMsgRajshahi, InlineSpan? tooltipRichMsgRajshahi, VoidCallback? onTapMymensingh, String? tooltipMymensingh, InlineSpan? tooltipRichMsgMymensingh, VoidCallback? onTapSylhet, String? tooltipSylhet, InlineSpan? tooltipRichMsgSylhet, VoidCallback? onTapKhulna, String? tooltipKhulna, InlineSpan? tooltipRichMsgKhulna, VoidCallback? onTapDhaka, String? tooltipDhaka, InlineSpan? tooltipRichMsgDhaka, VoidCallback? onTapBarishal, String? tooltipBarishal, InlineSpan? tooltipRichMsgBarishal, VoidCallback? onTapChattogram, String? tooltipChattogram, InlineSpan? tooltipRichMsgChattogram, bool? tooltipFeedback, bool? tooltipPreferBelow, bool? tooltipExcludeFromSemantics})
const

Properties

animationScaleFactor double
final
barisalColor Color?
final
barishalTitle String
final
borderColor Color?
final
borderStrokeSize double?
final
chattogramTitle String
final
chittagongColor Color?
final
dhakaColor Color?
final
dhakaTitle String
final
districtBorderColor Color?
final
districtStrokeSize double?
final
divisionBorderColor Color?
final
divisionStrokeSize double?
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
isNameUpperCase bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
khulnaColor Color?
final
khulnaTitle String
final
mymensinghColor Color?
final
mymensinghTitle String
final
nameTextStyle TextStyle?
final
onTapBarishal VoidCallback?
final
onTapChattogram VoidCallback?
final
onTapDhaka VoidCallback?
final
onTapKhulna VoidCallback?
final
onTapMymensingh VoidCallback?
final
onTapRajshahi VoidCallback?
final
onTapRangpur VoidCallback?
final
onTapSylhet VoidCallback?
final
rajshahiColor Color?
final
rajshahiTitle String
final
rangpurColor Color?
final
rangpurTitle String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showBorder bool
final
showDistrictBorder bool
final
showDivisionBorder bool
final
showName bool
final
showTooltip bool
final
sylhetColor Color?
final
sylhetTitle String
final
tooltipBarishal String?
final
tooltipChattogram String?
final
tooltipDecoration Decoration?
final
tooltipDhaka String?
final
tooltipDuration Duration?
final
tooltipExcludeFromSemantics bool?
final
tooltipFeedback bool?
final
tooltipHeight double?
final
tooltipKhulna String?
final
tooltipMargin EdgeInsetsGeometry?
final
tooltipMsgRajshahi String?
final
tooltipMsgRangpur String?
final
tooltipMymensingh String?
final
tooltipPadding EdgeInsetsGeometry?
final
tooltipPreferBelow bool?
final
tooltipRichMsgBarishal InlineSpan?
final
tooltipRichMsgChattogram InlineSpan?
final
tooltipRichMsgDhaka InlineSpan?
final
tooltipRichMsgKhulna InlineSpan?
final
tooltipRichMsgMymensingh InlineSpan?
final
tooltipRichMsgRajshahi InlineSpan?
final
tooltipRichMsgRangpur InlineSpan?
final
tooltipRichMsgSylhet InlineSpan?
final
tooltipSylhet String?
final
tooltipTextStyle TextStyle?
final
tooltipTriggerMode TooltipTriggerMode?
final
tooltipVerticalOffset double?
final
tooltipWaitDuration Duration?
final
width double
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's 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
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

Operators

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