:orphan: .. _circleAvatar: ====================================== circleAvatar ====================================== How to write by SpWML ======================== .. code-block:: none (circleAvatar, color:red) // Show initials +(menu)M ---- Summary =============== A block that can surround its child blocks with a circular viewing area. It has a variable with parameters equivalent to Flutter `CircleAvatar class `__ . ---- Dart Class Reference ====================== `CircleAvatarElement class `__ ---- SpWML Parameters ==================== * :ref:`The common` parameters. * :ref:`Parent` parameters. * color (String). Set backgound color of circle. :ref:`The color system` . * fgColor (String). Set foreground color. :ref:`The color system` . * radius (double). Set radius.