• FlutterDev Profile Picture

    Flutter @FlutterDev

    5 months ago

    It's time for another Flutter pop quiz! ✏🍎 In a Flutter Row with two Expanded children, what determines their widths? a) Fixed pixel values b) Equal division of remaining space c) Content size d) Parent width

    59 7 247 32K 14
  • FlutterDev Profile Picture

    Flutter @FlutterDev

    5 months ago

    Answer: b) Equal division of remaining space

    0 0 20 4K 0
  • Wufington Profile Picture

    Wuf @Wufington

    5 months ago

    @FlutterDev D. Parent Width

    0 0 1 970 0
  • anttka4cz Profile Picture

    anttka4 @anttka4cz

    5 months ago

    @FlutterDev d) - will be equally stretched inside row parent

    0 0 9 1K 0
  • rsty_rafe Profile Picture

    Rafe Esin @rsty_rafe

    5 months ago

    @FlutterDev B division of remaining space.

    0 0 5 603 0
  • cscoderr Profile Picture

    Tomiwa Idowu @cscoderr

    5 months ago

    @FlutterDev The answer is B — The width is determined by the Expanded widget itself, meaning two Expanded widgets will equally divide the available space in the parent widget unless one of them has a greater flex value

    0 0 3 843 0
  • MatthewRideout Profile Picture

    Matt @MatthewRideout

    5 months ago

    @FlutterDev flexbox

    0 0 2 988 0
  • FeykroTV Profile Picture

    feykro @FeykroTV

    5 months ago

    @FlutterDev Isn’t it B and D ? If they have the same Flex factor, they’re gonna get (parent’s width - padding) / 2

    1 0 2 1K 0
  • glosings0n Profile Picture

    Georges Byona 💙 @glosings0n

    5 months ago

    @FlutterDev b

    0 0 1 15 0
  • ConnelBlaze Profile Picture

    Connel Asikong (Mr Bankai) @ConnelBlaze

    5 months ago

    @FlutterDev B. Expanded widget

    0 0 1 134 0
  • LegitKitler Profile Picture

    crackhead_boy @LegitKitler

    5 months ago

    @FlutterDev B because both are expanded hence 50:50 split

    0 0 1 131 0
  • michaelbushe Profile Picture

    Michael Bushe 🧘‍♂️🌎⚾ @michaelbushe

    5 months ago

    @FlutterDev E) the respective flex factors.

    0 0 0 8 0
  • tmjee Profile Picture

    tmjee @tmjee

    5 months ago

    @FlutterDev D

    0 0 0 687 0
  • SamuelSurfboard Profile Picture

    Samuel @SamuelSurfboard

    5 months ago

    @FlutterDev B ?

    0 0 0 327 0
  • UnforcedBreath Profile Picture

    Hanuran Surya @UnforcedBreath

    5 months ago

    @FlutterDev @AskPerplexity

    1 0 0 957 0
  • salar_brefki Profile Picture

    Salar Brefki @salar_brefki

    5 months ago

    @FlutterDev d

    0 0 0 69 0
  • Dev_Abdalrhman Profile Picture

    Abdalrhman 𓂆🇵🇸 @Dev_Abdalrhman

    5 months ago

    @FlutterDev B

    0 0 0 33 0
  • ZeroLuckyStar Profile Picture

    ZERO @ZeroLuckyStar

    5 months ago

    @FlutterDev Nice one — we’re struggling with proper layout in a FlutterFlow chat UI right now, and questions like this are so helpful. Going with (b)!

    0 0 0 27 0
  • BAkbari85726 Profile Picture

    Bhautik Akbari @BAkbari85726

    5 months ago

    @FlutterDev B

    0 0 0 3 0
  • itsjatinnagar Profile Picture

    Jatin Nagar @itsjatinnagar

    5 months ago

    @FlutterDev B

    0 0 0 72 0
  • layi_oyewola Profile Picture

    Oyelowo Olayiwola @layi_oyewola

    5 months ago

    @FlutterDev D). They both share the space equally.

    0 0 0 281 0
  • rstinger94 Profile Picture

    Germaican 🇩🇪 🇯🇲 @rstinger94

    5 months ago

    @FlutterDev I don’t know but I will do ‘Ctrl + I’ and tell Copilot what I want

    0 0 0 68 0
  • emrejpn Profile Picture

    えんれ 🇩🇪 @emrejpn

    5 months ago

    @FlutterDev d)

    0 0 0 2 0
  • Scognito Profile Picture

    Piero @Scognito

    5 months ago

    @FlutterDev B. If you want different proportion then use Flexible widget and use the flex parameter

    0 0 0 275 0
  • H2jose Profile Picture

    José Hernández @H2jose

    5 months ago

    @FlutterDev B

    0 0 0 72 0
  • egideonchuks Profile Picture

    gideon.dart @egideonchuks

    5 months ago

    @FlutterDev Option B

    0 0 0 220 0
  • Mr_Programmer14 Profile Picture

    Ali Yar Khan @Mr_Programmer14

    5 months ago

    @FlutterDev B

    0 0 0 160 0
  • warlorddy Profile Picture

    SA 🇩🇪🇬🇧 @warlorddy

    5 months ago

    @FlutterDev That should be B. When you use expanded widget in a row they divide the remaining spaces equally among themselves

    0 0 0 6 0
  • deLilyApps Profile Picture

    Lily at deLily Apps @deLilyApps

    5 months ago

    @FlutterDev D)

    0 0 0 19 0
  • SignalOwl Profile Picture

    Johan Scheepers @SignalOwl

    5 months ago

    @FlutterDev I will hat t ask gemini.google.com

    0 0 0 172 0
  • dev_kris_01 Profile Picture

    dev_kris @dev_kris_01

    5 months ago

    @FlutterDev Parent width.

    0 0 0 169 0
  • amorenew Profile Picture

    Amr - relax researcher 😌 @amorenew

    5 months ago

    @FlutterDev d, as flex =1 for both

    0 0 0 10 0
  • Add00w Profile Picture

    Abdullahi Addow 💙 @Add00w

    5 months ago

    @FlutterDev x.com/add00w/status/… By the flutter’s rule of constraints, constraints go down and sizes go up, and as we know Row has no constraints for its main axis(width/horizontal) so Expand1 and Expand2 split all width into two which means the answer is b) equally divided.

    0 0 0 109 0
  • Apoorv_Pandey_ Profile Picture

    Apoorv Pandey @Apoorv_Pandey_

    5 months ago

    @FlutterDev B

    0 0 0 21 0
  • abiodunosagie1 Profile Picture

    Abiodun Osagie @abiodunosagie1

    5 months ago

    @FlutterDev B.

    0 0 0 14 0
  • Uforosunday Profile Picture

    Uforo Ekong @Uforosunday

    5 months ago

    @FlutterDev c

    0 0 0 7 0
  • Legendary_FF Profile Picture

    Folarin @Legendary_FF

    5 months ago

    @FlutterDev D. parent width. Would be equally stretched within the Row

    0 0 0 25 0
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 www.instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer