menu
chat_flutter package
documentation
widgets/image_box/image_box.dart
ImageBox
width property
width property
dark_mode
light_mode
width
property
double
get
width
图片宽度
Implementation
double get width => imageInfo == null ? 160 : imageInfo!.width * 1.0;
chat_flutter package
documentation
widgets/image_box/image_box
ImageBox
width property
ImageBox class